home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000127_dold@02.usenet.us.com_Fri May 11 09:40:38 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  36 lines

  1. Article: 12417 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!news.verio.net!nntp.frontiernet.net!nntp.primenet.com!nntp.gblx.net!newspeer.monmouth.com!newspeer1.nac.net!news.stealth.net!jfk3-feed1.news.digex.net!sfo2-feed1.news.digex.net!intermedia!feedwest.news.agis.net!us.telia.net!news.mainstreet.net!bug.rahul.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  3. From: dold@02.usenet.us.com
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Too many files for 'synchron.ksc'
  6. Date: 11 May 2001 04:52:20 GMT
  7. Organization: Wintercreek Data
  8. Lines: 19
  9. Message-ID: <9dfr64$agp$1@samba.rahul.net>
  10. References: <9dckn1$kgi$1@samba.rahul.net> <9dct85$m3u$1@samba.rahul.net> <9dd0eo$4dg$1@newsmaster.cc.columbia.edu> <9dfc68$7k7$1@samba.rahul.net> <9dfclp$s6l$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: yellow.rahul.net
  12. NNTP-Posting-User: dold
  13. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (FreeBSD/3.5-STABLE (i386))
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12417
  16.  
  17. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  18. : Yes.  Its the same code.  Increasing the value of SSPACE appears
  19. : to be the correct setting.  I think we can handle changing the code
  20. : to support a realloc() in a future release.
  21.  
  22. I added a loop at the first directory level.  I don't want to increase the
  23. static buffer beyond 500K ;-)
  24.  
  25. I did add a realloc, with an initial malloc of 10k, wrapped like the
  26. fgen(?) a little above.  That gathered all of the names, but gave me a core
  27. dump during the transmission phase.  I could see from the debug that I had
  28. called my realloc successfully at least once.  I should have verified that
  29. it was called several times.
  30. The 5m static did a complete transfer, but that's so ungraceful.
  31.  
  32. -- 
  33. ---
  34. Clarence A Dold - dold@email.rahul.net
  35.                 - San Jose & Pope Valley (Napa County) CA.
  36.